home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / move13.arc / READ.ME < prev   
Encoding:
Text File  |  1986-04-12  |  1.4 KB  |  47 lines

  1.  
  2. MOVE.COM    Utility to move files
  3. 10 Apr 86
  4. Ver 1.3
  5.  
  6. Works under: MS-DOS Ver 2.11 and PC-DOS Ver 2.1
  7. By: Jay B. Harlow
  8. Assembled: under MASM 4.00 
  9.     also assembles under MASM 3.01
  10. Improvements planned:  Be able to move entire trees (using recursion)
  11.  
  12. This is a simple utility for MS-DOS, which moves files from one location
  13. to another location.
  14.  
  15. By location I mean from one disk to another disk, one directory to another
  16. directory, or simple renameing the file inside the current directory.
  17.  
  18. A few things that are done that some may not like include
  19.     Not renameing a directory entry, I move the entries in that
  20.     directory instead.
  21.  
  22.     Going to the current drive and directory when a destination is
  23.     not given.
  24.  
  25.     Printing out all of the files that are moved. (much like copy)
  26.  
  27.     Moving standard files only. (I all but ignore hidden, system, and
  28.     other file types)
  29.  
  30.     Known problem of blowing up if your machine has under 6K bytes
  31.     of memory available when MOVE is run.
  32.  
  33. Any comments or suggestion would be helpful.
  34.  
  35.  
  36.     Files in this package.
  37.  
  38.     186INST.MAC    Include file of Macros for 186 Instruction set.
  39.     CHAR.DEF    Include file of Control Character definations.
  40.     DOS.MAC        Include file of Macros to call DOS.
  41.     MOVE        Makefile to Assemble MOVE.COM.
  42.     MOVE.ASM    MASM Source to MOVE.COM.
  43.     MOVE.COM    Executable program.
  44.     MOVE.MAN    Manual Page to MOVE.COM.
  45.     READ.ME        This file.
  46.  
  47.